home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_064 / docs / addenda / acbm next >
Text File  |  1992-05-06  |  1KB  |  62 lines

  1.  
  2. IFF FORM / CHUNK DESCRIPTION
  3. ============================
  4.  
  5. Form/Chunk ID:   FORM  ACBM  (Amiga Contiguous BitMap)
  6.                  Chunk ABIT  (Amiga BITplanes)
  7.  
  8. Date Submitted:  05/29/86
  9. Submitted by:    Carolyn Scheppner   CBM
  10.  
  11.  
  12. FORM
  13. ====
  14.  
  15. FORM ID:  ACBM  (Amiga Contiguous BitMap)
  16.  
  17. FORM Description: 
  18.  
  19.    FORM ACBM has the same format as FORM ILBM except the normal BODY
  20. chunk (InterLeaved BitMap) is replaced by an ABIT chunk (Amiga BITplanes). 
  21.  
  22. FORM Purpose:
  23.  
  24.    To enable faster loading/saving of screens, especially from Basic,
  25. while retaining the flexibility and portability of IFF format files.
  26.  
  27.  
  28. CHUNKS
  29. ======
  30.  
  31. Chunk ID:   ABIT  (Amiga BITplanes)
  32.  
  33. Chunk Description:
  34.  
  35.    The ABIT chunk contains contiguous bitplane data.  The chunk contains
  36. sequential data for bitplane 0 through bitplane n.
  37.  
  38. Chunk Purpose:
  39.  
  40.    To enable loading/storing of bitmaps with one DOS Read/Write per
  41. bitplane.  Significant speed increases are realized when loading/saving
  42. screens from Basic.
  43.  
  44.  
  45. SUPPORTING SOFTWARE
  46. ===================
  47.  
  48. (Public Domain, available soon via Fish PD disk, various networks)
  49.  
  50. LoadILBM-SaveACBM (AmigaBasic)
  51.    Loads and displays an IFF ILBM pic file (Graphicraft, DPaint, Images).
  52.    Optionally saves the screen in ACBM format.
  53.  
  54. LoadACBM (AmigaBasic)
  55.    Loads and display an ACBM format pic file.
  56.  
  57. SaveILBM (AmigaBasic)
  58.    Saves a demo screen as an ILBM pic file which can be loaded into
  59.    Graphicraft, DPaint, Images.
  60.  
  61.  
  62.